home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishcontents / 226-250 / contents_248 < prev    next >
Text File  |  1992-05-06  |  2KB  |  45 lines

  1. This is disk 248 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. AmiGantt    A project definition and management tool designed to
  6.         create a simple, interactive method of outlining the
  7.         task required to complete a particular project, using
  8.         the GANTT chart as the input format.  AmiGantt displays
  9.         the project in a multi-window mode with separate windows
  10.         for the GANTT chart, task information input, resource
  11.         histogram display, and Pert chart display.  Up to 500
  12.         tasks may be defined for any project, and a project may
  13.         contain other projects as tasks.  Version 3.0.0, shareware,
  14.         binary only.
  15.         Author:  Donald Tolson
  16.  
  17. CLI-Colors    A simple little program to change the colors of the border
  18.         around a CLI window.  Includes source in assembly code.
  19.         Author:  Michael Sinz
  20.  
  21. Flipper        A small, fast, Othello program.  Does not use any look-
  22.         ahead methods.  Binary only.
  23.         Author:  Michael Sinz
  24.  
  25. Maze        An example of a fully re-entrant maze generation program
  26.         written in assembly language using Manx's assembler.
  27.         Includes source.
  28.         Author:  Michael Sinz
  29.  
  30. NetHandler    The Software Distillery's network file system handler
  31.         (NET:), using Matt Dillon's DNET to mount one Amiga's
  32.         devices on another Amiga.  It also serves as an example
  33.         file system written entirely in Lattice C.  Version 1.0,
  34.         includes source.
  35.         Author:  Software Distillery
  36.  
  37. Regex        An Amiga shared library version of the GNU regular
  38.         expression package from the Free Software Foundation.
  39.         A regular expression is a concise method of describing
  40.         a pattern of characters in a string. By use of special
  41.         wildcards, almost any pattern can be described. A regular
  42.         expression pattern can be used for searching strings in
  43.         such programs as editors or other string handling programs.
  44.         Version 1.0, includes source.
  45.         Author:  Edwin Hoogerbeets, FSF, Jim Mackraz